home *** CD-ROM | disk | FTP | other *** search
- name GE 550 Inc
-
- N 3
- G >2
- X ->3.4
- Z ->3.4
- D 2
- I ->3.4
- K ->3.4
- F >3.3
- A >3.3 F
- S 2
- T 3
-
- ModalGs 0 1 2 3 73 74 76 80 81 82 83 84 85 # List of g codes that are modal
-
- Sequence#s N 1 1 1 # Char, freq, incr & start
-
- Incremental? Y # Y or N 'Inc or abs output
-
- HCode Z # X or X U 'Horizontal char.
- VCode X # Y or Y V 'Vertical char.
- FeedCode F # Feed rate char.
- Comment ( ) # Begin End comment char.
-
- Spindle 3 4 5 # Cw, ccw & stop m codes
- Coolant 8 9 7 # On, Off & Mist m codes
-
- CtrIncremental? Y # Y or N 'Inc or abs I & J
- ByQuadrants? Y # Y or N 'Break arcs at quadrants
-
- Inc/Abs G 91 90 # Inc & Abs char. & values
-
- Inch/MM 20 21 # Inch & Metric g codes
-
- CtrCode K I # I J or R or I J K L
-
- Feed # Linear move
- Rapid A0.1 # Rapid positioning word
- Cw # Circular move clockwise
- Ccw # Circular move counter clockwise
-
- UppercaseComments? Y # Y or N 'Require uppercase comments
-
-
- Drill # Drilling canned/manual cycle
- Z[Depth] F[FRate]
- Z[H] A0.1
- end
-
- AutoThread # Automatic thread canned cycle
- G33
- End
-
- Peck # Pecking canned/manual cycle
- none
- end
-
- Tap # Tapping canned/manual cycle
- Z[H] F[FRate]
- end cancel
-
- Ream # Reaming canned/manual cycle
- Z[H] F[FRate]
- end cancel
-
- Bore # Boring canned/manual cycle
- Z[H] F[FRate]
- Z[SClear] A0.1
- end
-
- Cancel # Cancel a canned/manual cycle
- end
-
- StartCode # Start of the program
- End
-
- 1stToolChange # First tool change
- S9 T[Tool]
- X[V] Z[H] A0.1
- End
-
- Infeed # Enable cutter comp
- X[V] Z[H] D[Dcomp] F[FRate]
- end
-
- Outfeed # Disable cutter comp
- X[V] Z[H]
- end
-
- ToolChange # Secondary tool changes
- T0
- X[ToolV] Z[ToolH] A0.1
- S9 T[Tool]
- X[V] Z[H]
- End
-
- EndCode # End of the program
- T0
- X[ToolV] Z[ToolH] A0.1
- End
-